[MFC] Combining 2 memory DCs ?
Posted
by OverTheEdge
on Stack Overflow
See other posts from Stack Overflow
or by OverTheEdge
Published on 2010-04-05T03:41:16Z
Indexed on
2010/04/05
3:43 UTC
Read the original article
Hit count: 295
I'm writing a control where there's a lot of custom drawing going through. Because of this I need to trim down the amount of "screen writes" that go about. Currently there is only one memory DC that is used to write to screen so as to avoid flicker when the control is redrawn. I want to know if it is a possiblity to use 2 or more memory DCs to write updates independently and then bitblt them to screen. This way the need to render non-changed parts of the screen is minimized.
thanx in advacne, the_Saint
© Stack Overflow or respective owner